CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - snake active contour

搜索资源列表

  1. gsnake

    0下载:
  2. GSNAKE API provides tools for contour modeling, extraction, detection and classification, based on generalized active contour model (g-snake). GSNAKE consists of a set of objects built in C++, suitable for use in the area of feature extraction, chara
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1830768
    • 提供者:妙飞
  1. Snakes

    0下载:
  2. Snake模型,也就是常说得Active Contour模型的MATLAB实现,其中还包含了原文献。-Snake model, which is often put Active Contour MATLAB model, it also includes the original literature.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1959535
    • 提供者:王设
  1. SnakesDemo

    0下载:
  2. Active contour demo implements snake, which essentially is an A* search. This can be used for image registration, segmentation, feature extraction.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:464437
    • 提供者:Wenmiao Lu
  1. Snakes_Active_Contour_models_Image_Process_GVF

    0下载:
  2. 图像处理的关于Snakes : Active Contour Models算法和水平集以及GVF的几篇文章,文章列表为: [1]Snakes Active Contour Models.pdf [2]Multiscale Active Contours.pdf [3]Snakes, shapes, and gradient vector flow.pdf [4]Motion of level sets by mean curvature I.pdf [5]Spectral S
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:5512247
    • 提供者:张阳
  1. Fast_Color_Denoising_ROF

    0下载:
  2. Name: gmac = global minimization of the active contour model % Descr iption: see paper \"Fast Global Minimization of the Active Contour/Snake Model\" in JMIV07 % Author: Xavier Bresson (xbresson@math.ucla.edu) % Lastest version: 07-09-21
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:54960
    • 提供者:代松
  1. Fast_geodesic_active_contours

    0下载:
  2. 这篇文章是关于几何活动边界的最经典文献之一.叙述了由snake到geodesic active contour的理论推导.大家可以一起参考
  3. 所属分类:软件工程

    • 发布日期:2014-01-18
    • 文件大小:218917
    • 提供者:单昊
  1. snakepaper

    0下载:
  2. Snake 动态轮廓模型,GVF Snake,经典文章两篇。Active contour model. Kass Snakes Active Contour Models, Xu , Snakes, Shapes, and Gradient Vector Flow
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3232905
    • 提供者:陈勇
  1. mySnake-2

    0下载:
  2. 基于动态轮廓模型的虹膜定位.在数字图像中虹膜位置的有效定位是虹膜识别的关键问题。用一种基于主动轮廓线模型的方法定位虹膜的位置,先用灰度投影法检测出瞳孔内的一点作为瞳孔的伪圆心,该圆心只要能落在瞳孔内部即可。然后以该伪圆心为中心,在其周围等角度间隔地取N个点作为初始的snake基准点,按照snake 的运行机制不断进化,直到虹膜的内边界为止。最后,计算进化后的snake形心和snake上的控制点与该形心的距离,取其平均值作为瞳孔的半径,动态轮廓模型的形心作为瞳孔的圆心,即可准确定位出虹膜内边界的位
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:288090
    • 提供者:318
  1. Snake_Review

    0下载:
  2. 在传统的计算机视觉领域,严格的各自独立的分层理论有广泛的影响.这种理论认为,底层的视觉任务的完成只能依赖于从图像本身获得的信息.Kass等人对这种模型提出了挑战,于1987年提出了称为Snake的主动轮廓线模型(active contour model).近10多年来,Snake模型在计算机视觉领域得到了广泛应用,取得了许多重要的进展.该文回顾了近10多年来Snake模型的研究、发展及应用情况,并对未来的发展方向进行了展望. - In the field of traditional co
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:60657
    • 提供者:陈鹏
  1. snake

    0下载:
  2. 活动轮廓模型也称蛇形,定义为最小的能量样条曲线-Active contour model, also known as snake, is defined as the minimal energy splines
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:14528
    • 提供者:liru
  1. snake

    0下载:
  2. 介绍活动轮廓模型的原理,根据作者原创论文编写的matlab程序。-Introduces the principle of active contour model, according to the author of the original paper writing in matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:18499
    • 提供者:shang
  1. Active-Contour

    1下载:
  2. 弹性蛇形算法,用于图像分割,区域检测等等,算法灵活性很好,适用范围广泛-Active Snake Algorithm, for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:40123
    • 提供者:Ren Zicheng
  1. snake-and-its-picture

    0下载:
  2. 基于主动轮廓算法的一个使用特例,方便使用和原理的分析处理,很好用的啊-Based on an active contour algorithm using special case, easy to use and principles of analysis and processing, good ah
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-18
    • 文件大小:274617
    • 提供者:matlabc
  1. Snake

    0下载:
  2. 文章主要介绍了主动轮廓模型的概念及应用,适合初学者学习-This paper mainly introduces the concept of active contour model and its application, suitable for beginners to learn
  3. 所属分类:Special Effects

    • 发布日期:2017-12-04
    • 文件大小:390458
    • 提供者:李超
  1. gvfc

    0下载:
  2. 基于GVF的SNAKE一个实现的重要函数GVFC,网上搜得-An important function GVFC used to implement the snake (active contour) based on the GVF (gradient vector flow).
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4649
    • 提供者:uneThe
  1. snake

    0下载:
  2. 主动轮廓线算法 snake算法 完整的matlab程序 -Active contour snake algorithm matlab program complete
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:12136
    • 提供者:夏雨
  1. Snake-algorithm

    0下载:
  2. Snkae algorithm, given an example implementing IEEE paper mentioned in codes. Snake is Active contour model searching for contours.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:10348
    • 提供者:mannnn
  1. snake

    0下载:
  2. 基于snake模型的目标检测,很好的论文,可以更深入了解主动轮廓模型-Target Detection Based on snake model, a very good paper, you can better understand the active contour model
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:351814
    • 提供者:郑茹
  1. snake

    0下载:
  2. 利用传统的主动轮廓提取模型,提取单个物体的轮廓,用了opencv图像处理库,通过此算法,对编程有了更深的理解。-Using traditional active contour extraction model, extracting the outline of a single body, with opencv image processing library, through this algorithm, a deeper understanding of programming.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-01
    • 文件大小:13907
    • 提供者:王要峰
  1. 62073209snake

    0下载:
  2. snake和lbf模型是活动轮廓的主要模型,利用水平集原理,在处理医学图像上具有很好的效果,可以自适应拓扑结构的变化(The snake and LBF model is the main active contour model, using the level set principle, has the very good effect on treatment of medical image, can be adaptive topology changes)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:7168
    • 提供者:幻雪
« 1 2 34 »
搜珍网 www.dssz.com